remove arrow summary tag css

46

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

Comments

Submit
0 Comments